projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3089d25
)
(x_encode_char): For DIM=1 charset, set ccl->reg[2] to
author
Kenichi Handa
<handa@m17n.org>
Mon, 30 Sep 2002 06:31:51 +0000
(06:31 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 30 Sep 2002 06:31:51 +0000
(06:31 +0000)
-1 before calling ccl_driver.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index d3ec8179aaad0de2dbdb2055a52217fac8b97258..731f94e7e44876275d9e735cfc9618f3cf78bdd6 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-1260,6
+1260,7
@@
x_encode_char (c, char2b, font_info)
{
ccl->reg[0] = charset;
ccl->reg[1] = char2b->byte2;
+ ccl->reg[2] = -1;
}
else
{